import { ContainerProps } from '.'; export declare const Container: ({ children, ...props }: ContainerProps) => import("react/jsx-runtime").JSX.Element;