interface Props { width?: string; height?: string; gistUri?: string; disable_observer?: boolean; iframe_styles?: string; } declare const Gist: import("svelte").Component; type Gist = ReturnType; export default Gist;