import { MessageBarProps } from './MessageBar.types'; export declare const getClassNames: (props: MessageBarProps) => string;