import type { NeoIconFilledProps } from './neo-icon.model.js';
declare const NeoIconAccount: import("svelte").Component<NeoIconFilledProps, {}, "enter">;
type NeoIconAccount = ReturnType<typeof NeoIconAccount>;
export default NeoIconAccount;
