import React from 'react'; import type { StatusAlertProps } from './interface'; declare const StatusAlert: React.FC; export { StatusAlert }; export type { StatusAlertProps, StatusAlertItemProps, StatusAlertButton, StatusAlertActionType, StatusAlertPresentation, StatusAlertLeadingIconType, StatusAlertStackProps, } from './interface';