interface Props { breakpoints?: number[]; maxFrameWidth?: number; minFrameWidth?: number; } declare const Index: import("svelte").Component; type Index = ReturnType; export default Index;