import type { SVGAttributes } from 'svelte/elements';
declare const ChevronExpand: import("svelte").Component<SVGAttributes<EventTarget>, {}, "">;
type ChevronExpand = ReturnType<typeof ChevronExpand>;
export default ChevronExpand;
