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