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