import '@oicl/openbridge-webcomponents/dist/icons/icon-own-ship-remote-generic.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 ObiOwnShipRemoteGeneric: import("svelte").Component<$$ComponentProps, {}, "">; type ObiOwnShipRemoteGeneric = ReturnType; export default ObiOwnShipRemoteGeneric;