/** @typedef {typeof __propDef.props}  CurrencyBangladeshiIconProps */
/** @typedef {typeof __propDef.events}  CurrencyBangladeshiIconEvents */
/** @typedef {typeof __propDef.slots}  CurrencyBangladeshiIconSlots */
export default class CurrencyBangladeshiIcon extends SvelteComponentTyped<{
    [x: string]: any;
}, {
    [evt: string]: CustomEvent<any>;
}, {}> {
}
export type CurrencyBangladeshiIconProps = typeof __propDef.props;
export type CurrencyBangladeshiIconEvents = typeof __propDef.events;
export type CurrencyBangladeshiIconSlots = typeof __propDef.slots;
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
    props: {
        [x: string]: any;
    };
    events: {
        [evt: string]: CustomEvent<any>;
    };
    slots: {};
};
export {};
