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