import { AlertProps } from '../../components';
import { ComponentThemeConfig } from '../types';
export declare const Alert: ComponentThemeConfig<AlertProps>;
