import '@oicl/openbridge-webcomponents/dist/icons/icon-own-ship-remote-f.js'; import type { Snippet } from 'svelte'; export interface Props { class?: string; style?: string; useCssColor?: boolean; } export interface Events { } export interface Slots { children?: Snippet; } type $$ComponentProps = Props & Events & Slots; declare const ObiOwnShipRemoteF: import("svelte").Component<$$ComponentProps, {}, "">; type ObiOwnShipRemoteF = ReturnType; export default ObiOwnShipRemoteF;