import { type IconProps } from "../../../base/index.ts";
declare const Photo: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type Photo = ReturnType<typeof Photo>;
export default Photo;
