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