import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { class?: string; color?: string; size?: string; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export declare type SvChevronRightCircleFillProps = typeof __propDef.props; export declare type SvChevronRightCircleFillEvents = typeof __propDef.events; export declare type SvChevronRightCircleFillSlots = typeof __propDef.slots; export default class SvChevronRightCircleFill extends SvelteComponentTyped { } export {};