import type { IGroupFooterStyleProps, IGroupFooterStyles } from './GroupFooter.types'; export declare const getStyles: (props: IGroupFooterStyleProps) => IGroupFooterStyles;