import { type ElementType } from 'react'; import { type AlertProps, type SpiritAlertProps } from '../../types'; export interface AlertStyles { classProps: string; props: AlertProps; } export declare function useAlertStyleProps(props: SpiritAlertProps): AlertStyles;