interface Props { isOpen: boolean; } export declare const Loader: ({ isOpen }: Props) => import("react/jsx-runtime.js").JSX.Element; export {};