import type { GalleryOptions_Layout_Type, RichContent } from 'ricos-schema'; import type { DraftContent } from '../../../../../types'; type TestValues = { type: GalleryOptions_Layout_Type; input: RichContent; expectedOutput: DraftContent; }; export declare const testValues: TestValues[]; export {}; //# sourceMappingURL=test.helpers.d.ts.map