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