import type { SVGProps } from "react"; export interface AddressBookIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function AddressBookIcon({ className, size, color, ...props }: AddressBookIconProps): import("react").JSX.Element; //# sourceMappingURL=address-book-icon.d.ts.map