import { type IDashboardLayoutSizeByScreenSize } from "@gooddata/sdk-model"; export declare const useWidthValidation: (itemSize: IDashboardLayoutSizeByScreenSize | undefined) => { isValid: boolean; validWidth: number; parentWidth: number | undefined; }; //# sourceMappingURL=useItemWidthValidation.d.ts.map