import * as React from 'react';
import type { HasChildren } from '../../types';
interface AlertTypography extends HasChildren {
    'id': string;
    'data-testid'?: string;
}
export declare const AlertTitle: (props: AlertTypography) => React.ReactNode;
export declare const AlertDescription: (props: AlertTypography) => React.ReactNode;
export {};
//# sourceMappingURL=AlertTypography.d.ts.map