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