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