import { AllowedTagNames } from '../Text/Text.types';
declare const CLASS_PREFIX = "md-toast";
declare const DEFAULTS: {
    HEADING_LEVEL_2: AllowedTagNames;
};
declare const STYLE: {
    controls: string;
    header: string;
    title: string;
    wrapper: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
