interface Refs { parent: React.RefObject; dropdown: React.RefObject; } export declare const useAvailableWidth: ({ parent, dropdown }: Refs) => number; export {}; //# sourceMappingURL=useAvailableWidth.d.ts.map