interface Props { embeds: string[]; breakpoints?: number[]; minFrameWidth?: number; maxFrameWidth?: number; searchType?: 'dropdown' | 'typeahead'; } /** * A dev harness that previews graphic pages in a resizable Pym.js iframe, with a picker to switch between embeds. * * [Read the docs.](https://reuters-graphics.github.io/graphics-components/?path=/docs/components-utilities-framer--docs) */ declare const Framer: import("svelte").Component; type Framer = ReturnType; export default Framer;