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