import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { strokeWidth?: string; class?: string; color?: string; size?: string; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export declare type SvDoubleChevronRightCircleStrokeProps = typeof __propDef.props; export declare type SvDoubleChevronRightCircleStrokeEvents = typeof __propDef.events; export declare type SvDoubleChevronRightCircleStrokeSlots = typeof __propDef.slots; export default class SvDoubleChevronRightCircleStroke extends SvelteComponentTyped { } export {};