import { FunctionComponent } from 'preact'; import { HTMLAttributes } from 'preact/compat'; export interface OverlayProps extends HTMLAttributes { centered?: boolean; onClose?: () => void; } export declare const Overlay: FunctionComponent; //# sourceMappingURL=Overlay.d.ts.map