///
export declare const StyledAlert: import("@emotion/styled").StyledComponent;
export declare const StyledButton: (props: Omit, "color" | "variant"> & {
variant?: "link" | "text" | "contained" | "light" | undefined;
loading?: boolean | undefined;
loadingIndicator?: import("react").ReactNode;
loadingPosition?: "center" | "end" | "start" | undefined;
color?: "primary" | "error" | "success" | "warning" | undefined;
component?: TComponent | undefined;
selected?: boolean | undefined;
} & Omit, ""> & import("react").RefAttributes) => import("react").ReactElement> | null;
export declare const StyledCollapse: import("@emotion/styled").StyledComponent;