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