export { Layout, HeaderContainer, HeaderSubTitle, ContentContainer, Content, FooterContainer, FooterPaging, FooterSubmit, Box, Stack, Typography, } from './Layout'; export declare const EliceLayout: (({ children, onPrev, onNext, allowPrev, allowNext, backgroundImage, backgroundColor, onlyPage, enableScrollTracking, sx }: import("./Layout").EliceLayoutProps) => import("react/jsx-runtime").JSX.Element) & { HeaderContainer: ({ children, sx }: { children: React.ReactNode; sx?: import("@mui/system").SxProps; }) => import("react/jsx-runtime").JSX.Element; HeaderTitle: ({ children, titleComponent, sx }: import("./Header").LayoutHeaderTitleProps) => JSX.Element; HeaderSubTitle: ({ children, sx }: import("./Header").LayoutHeaderSubTitleProps) => JSX.Element; Subtitle: ({ children, alignment, justifyContent, sx }: { children: React.ReactNode; alignment?: "center" | "right" | "left"; justifyContent?: string; sx?: import("@mui/system").SxProps; }) => import("react/jsx-runtime").JSX.Element; ContentContainer: ({ children, sx, scrollbarPostion }: { children: React.ReactNode; sx?: import("@mui/system").SxProps; scrollbarPostion?: number; }) => import("react/jsx-runtime").JSX.Element; Content: ({ children, alignment, justifyContent, sx, }: { children: React.ReactNode; alignment?: "center" | "right" | "left"; justifyContent?: string; sx?: import("@mui/system").SxProps; }) => import("react/jsx-runtime").JSX.Element; FooterContainer: ({ children, sx }: { children: React.ReactNode; sx?: import("@mui/system").SxProps; }) => import("react/jsx-runtime").JSX.Element; FooterPaging: import("react").FC; FooterSubmit: ({ isRollback, isSubmit, disableRollback, disableSubmit, submitText, rollbackText, onSubmit, buttonSize, onRollback, submitButtonColor, rollbackButtonColor, submitTextColor, rollbackTextColor, }: import("./Footer").LayoutFooterSubmitProps) => import("react/jsx-runtime").JSX.Element; }; export type { EliceLayoutProps } from './Layout';