type Props = { position?: 'static' | 'fixed'; }; export declare const DynamicIsland: ({ position }: Props) => import("react/jsx-runtime").JSX.Element; export {};