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