import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const ChevronRightLeftIcon: import("svelte").Component<Props, {}, "">;
type ChevronRightLeftIcon = ReturnType<typeof ChevronRightLeftIcon>;
export default ChevronRightLeftIcon;
