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