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