type $$ComponentProps = { size?: number; }; declare const ChevronDownIcon: import("svelte").Component<$$ComponentProps, {}, "">; type ChevronDownIcon = ReturnType; export default ChevronDownIcon;