import { IButtonProps, IButtonStyles, IStyleFunctionOrObject, ITheme } from '@fluentui/react'; export declare function getStandardButtonStyles(theme: ITheme): Partial; export declare function getPrimaryButtonStyles(theme: ITheme): Partial; export declare function getIconButtonStyles(props: IButtonProps): IStyleFunctionOrObject; export declare function getDefaultButtonStyles(props: IButtonProps): IStyleFunctionOrObject; export declare function getSplitButtonStyles(theme: ITheme): Partial;