import { SvelteComponentTyped } from "svelte"; import type { IconProps } from '../types.js'; declare const __propDef: { props: IconProps; events: { [evt: string]: CustomEvent; }; slots: { default: {}; }; }; export type TimeDuration0Props = typeof __propDef.props; export type TimeDuration0Events = typeof __propDef.events; export type TimeDuration0Slots = typeof __propDef.slots; export default class TimeDuration0 extends SvelteComponentTyped { } export {};