import { IExpandingCardStyles } from './ExpandingCard.types';
import { ITheme } from '../../Styling';
export declare const getStyles: (theme: ITheme, customStyles?: IExpandingCardStyles | undefined) => IExpandingCardStyles;
