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