import { GridSlotsComponentsProps } from '../../models/gridSlotsComponentsProps'; import { GridSlotsComponent } from '../../models'; interface WithComponents { components?: Partial; componentsProps?: GridSlotsComponentsProps; } export declare function useProps(allProps: T): readonly [Partial | undefined, GridSlotsComponentsProps | undefined, Omit]; export {};