export declare const CustomUneditableSection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & Partial>> & string & Omit<(({ items, title, description, topSection, bottomSection, children, background, stretch, fullWidth, onMask, onUnmask, onTryAgain, ...otherProps }: import("@lifesg/react-design-system").UneditableSectionProps) => import("react/jsx-runtime").JSX.Element) & { ItemSection: (props: import("@lifesg/react-design-system").UneditableSectionItemSectionProps & import("react").RefAttributes) => React.ReactElement | null; Item: ({ label, value, displayWidth, maskState, maskLoadingState, maskChar, maskRange, unmaskRange, maskRegex, disableMaskUnmask, alert, maskTransformer, onMask, onUnmask, onTryAgain, fullWidth, }: import("node_modules/@lifesg/react-design-system/uneditable-section/section-item").UneditableSectionItemComponentProps) => import("react/jsx-runtime").JSX.Element; }, keyof import("react").Component>; interface IBoxUneditableSectionProps { $rowGap?: string | undefined; } export declare const BoxUneditableSection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & IBoxUneditableSectionProps, never> & Partial & IBoxUneditableSectionProps, never>>> & string & Omit<(({ items, title, description, topSection, bottomSection, children, background, stretch, fullWidth, onMask, onUnmask, onTryAgain, ...otherProps }: import("@lifesg/react-design-system").UneditableSectionProps) => import("react/jsx-runtime").JSX.Element) & { ItemSection: (props: import("@lifesg/react-design-system").UneditableSectionItemSectionProps & import("react").RefAttributes) => React.ReactElement | null; Item: ({ label, value, displayWidth, maskState, maskLoadingState, maskChar, maskRange, unmaskRange, maskRegex, disableMaskUnmask, alert, maskTransformer, onMask, onUnmask, onTryAgain, fullWidth, }: import("node_modules/@lifesg/react-design-system/uneditable-section/section-item").UneditableSectionItemComponentProps) => import("react/jsx-runtime").JSX.Element; }, keyof import("react").Component>; export {};