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