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