import { PropsWithChildren } from 'react'; import { FullPageLoaderProps } from '../../../../components/atoms/Loader/types'; export declare const IconContainer: ({ children }: PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const LabelContainer: ({ fullPage, children }: PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element;