export declare const CLASSES: { fab: string; fab__actions: string; 'fab__actions--top': string; 'fab__actions--right': string; 'fab__actions--bottom': string; 'fab__actions--left': string; }; export declare const BUTTON_CLASSES: { 'fab-button': string; 'fab-button.t-primary': string; 'fab-button.t-success': string; 'fab-button.t-warning': string; 'fab-button.t-danger': string; 'fab-button.is-expand': string; 'fab-button.is-loading': string; 'fab-button--in-actions': string; 'fab-button--primary': string; 'fab-button--secondary': string; 'fab-button--outline': string; 'fab-button--dashed': string; 'fab-button--text': string; 'fab-button--link': string; 'fab-button--circle': string; 'fab-button--round': string; 'fab-button__icon': string; 'fab-button__content': string; }; export declare const FabContext: import("react").Context<{ expand: boolean; onClick: () => void; } | undefined>; export declare const FabListContext: import("react").Context<{ index: number; onClick: () => void; } | undefined>; export declare const FabBacktopContext: import("react").Context<{ ref: React.RefCallback; leaved: boolean; onClick: () => void; } | undefined>;