type WorkspaceSize = 'narrow' | 'wider' | 'extra-wide' | 'ultra-wide'; /** * This hook evaluates the size of the current workspace based on the width of the container element */ export declare function useFormWorkspaceSize(rootRef: React.RefObject): WorkspaceSize; export {}; //# sourceMappingURL=useFormWorkspaceSize.d.ts.map