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