import { FC } from 'react';
interface Props {
    className?: string;
}
export declare const StencilOverlay: FC<Props>;
export {};
