import { CalloutVariant } from './Callout.types'; export declare const getVariantIcon: (variant: CalloutVariant) => React.ReactNode;