/** @typedef {typeof __propDef.props}  SiCycling74Props */
/** @typedef {typeof __propDef.events}  SiCycling74Events */
/** @typedef {typeof __propDef.slots}  SiCycling74Slots */
export default class SiCycling74 extends SvelteComponent<{
    color?: string | undefined;
    size?: number | undefined;
    title?: string | undefined;
}, {
    [evt: string]: CustomEvent<any>;
}, {}> {
}
export type SiCycling74Props = typeof __propDef.props;
export type SiCycling74Events = typeof __propDef.events;
export type SiCycling74Slots = typeof __propDef.slots;
import { SvelteComponent } from "svelte";
declare const __propDef: {
    props: {
        color?: string | undefined;
        size?: number | undefined;
        title?: string | undefined;
    };
    events: {
        [evt: string]: CustomEvent<any>;
    };
    slots: {};
};
export {};
