import type { BG as Background } from "../../../components/layouts/bg/BG";
export interface Blind {
    children: any;
    background: Background;
}
export default function Blind(props: any): import("react").JSX.Element;
//# sourceMappingURL=Blind.d.ts.map