import React from 'react';
declare function FabLabel<StyledFabLabel>(StyledFabLabel: React.ComponentType<StyledFabLabel>): React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
export default FabLabel;
