import { LoaderBlockProps } from './types'; export declare const Container: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>; export declare const LoaderBlock: React.FC;