interface Props { post_id?: string; width?: string; iframe_styles?: string; } declare const Bluesky: import("svelte").Component; type Bluesky = ReturnType; export default Bluesky;