import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { class?: string; color?: string; size?: string; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export declare type SvBarChartAscendingFillProps = typeof __propDef.props; export declare type SvBarChartAscendingFillEvents = typeof __propDef.events; export declare type SvBarChartAscendingFillSlots = typeof __propDef.slots; export default class SvBarChartAscendingFill extends SvelteComponentTyped { } export {};