interface InsetStyleProps { $inset?: string | number; } interface RemoveButtonStyleProps { $alignment?: "left" | "right"; } export declare const Inset: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, "$inset"> & InsetStyleProps, never> & Partial, HTMLDivElement>, "$inset"> & InsetStyleProps, never>>> & string; export declare const SectionHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never> & Partial, HTMLDivElement>, never>>> & string; export declare const RemoveButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, "ref"> & { ref?: import("react").Ref; }, "$alignment"> & RemoveButtonStyleProps, never> & Partial, "ref"> & { ref?: import("react").Ref; }, "$alignment"> & RemoveButtonStyleProps, never>>> & string & Omit<(props: import("@lifesg/react-design-system").ButtonWithIconProps & React.RefAttributes) => React.ReactElement | null, keyof import("react").Component>; export declare const AddButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, "ref"> & { ref?: import("react").Ref; }, never> & Partial, "ref"> & { ref?: import("react").Ref; }, never>>> & string & Omit<(props: import("@lifesg/react-design-system").ButtonWithIconProps & React.RefAttributes) => React.ReactElement | null, keyof import("react").Component>; export declare const SectionDivider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & Partial>> & string & Omit<({ thickness, lineStyle, layoutType, color, className, xxsCols, xsCols, smCols, mdCols, lgCols, xlCols, xxlCols, mobileCols, tabletCols, desktopCols, ...otherProps }: import("@lifesg/react-design-system").DividerProps) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component>; export declare const WarningAlert: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & Partial>> & string & Omit<({ id, message, className }: import("../../shared").IWarningProps) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component>; export declare const CustomErrorDisplay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & Partial>> & string & Omit<({ type, img, title, description, actionButton, additionalProps, imageOnly, illustrationScheme, ...otherProps }: import("@lifesg/react-design-system").ErrorDisplayProps) => import("react/jsx-runtime").JSX.Element | null, keyof import("react").Component>; export {};