/// <reference types="svelte" />
interface Props {
    size?: string | number;
}
declare const IconCoin: import("svelte").Component<Props, {}, "">;
type IconCoin = ReturnType<typeof IconCoin>;
export default IconCoin;
