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