///
import * as styles from './Alert.styles';
import { AlertIcon, AlertContent, AlertDescription, AlertTitle } from './Alert';
export * from './Alert';
export declare const Alert: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
} & {
Icon: typeof AlertIcon;
Content: typeof AlertContent;
Description: typeof AlertDescription;
Title: typeof AlertTitle;
};
export { styles as alertStyles };