import { SortableGridBaseProps } from '.'; export declare const requiredProps: SortableGridBaseProps; export declare const testkitTests: { title: string; props: SortableGridBaseProps; }[]; export declare const ssrTests: { title: string; props: SortableGridBaseProps; }[]; export declare const a11yTests: { title: string; props: SortableGridBaseProps; }[]; //# sourceMappingURL=SortableGridBase.meta.d.ts.map