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