/** @typedef {typeof __propDef.props} CheckOutlineIconProps */ /** @typedef {typeof __propDef.events} CheckOutlineIconEvents */ /** @typedef {typeof __propDef.slots} CheckOutlineIconSlots */ export default class CheckOutlineIcon extends SvelteComponentTyped<{ [x: string]: any; }, { [evt: string]: CustomEvent; }, {}> { } export type CheckOutlineIconProps = typeof __propDef.props; export type CheckOutlineIconEvents = typeof __propDef.events; export type CheckOutlineIconSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: any; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};