import { SvelteComponentTyped } from "svelte"; export declare function mountIcon(): void; declare const __propDef: { props: { [x: string]: any; width?: number; height?: number; fill?: string; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export declare type PincodeLockOutlineProps = typeof __propDef.props; export declare type PincodeLockOutlineEvents = typeof __propDef.events; export declare type PincodeLockOutlineSlots = typeof __propDef.slots; export default class PincodeLockOutline extends SvelteComponentTyped { } export {};