interface BoxRevealProps {
    children: JSX.Element;
    width?: "fit-content" | "100%";
    boxColor?: string;
    duration?: number;
}
export declare const BoxReveal: ({ children, width, boxColor, duration, }: BoxRevealProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=box-reveal.d.ts.map