import type { IExpandingCardStyles, IExpandingCardStyleProps } from './ExpandingCard.types'; export declare function getStyles(props: IExpandingCardStyleProps): IExpandingCardStyles;