import { ReactElement } from 'react'; import { HeadingAs } from '@skatteetaten/ds-core-utils'; import { CardAlertVariant } from './CardAlert.types'; export declare const getCardAlertVariantDefault: () => CardAlertVariant; export declare const getCardAlertSvgPathDefault: (variant: CardAlertVariant) => ReactElement; export declare const getCardAlertTitleAsDefault: () => HeadingAs;