interface HookKeepLabelSpaceProps { className?: string; keepLabelSpace?: boolean; } declare function useKeepLabelSpace({ className, keepLabelSpace, }: HookKeepLabelSpaceProps): string; export default useKeepLabelSpace;