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