interface Props { size?: number; class?: string; } declare const ChevronsRightIcon: import("svelte").Component; type ChevronsRightIcon = ReturnType; export default ChevronsRightIcon;