export declare const fabTokens: {
    calciteFabBackgroundColor: string;
    calciteFabBorderColor: string;
    calciteFabCornerRadius: string;
    calciteFabTextColor: string;
    calciteFabLoaderColor: string;
    calciteFabShadow: string;
};
export declare const fab: string;
export declare const fabLoading: string;
