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