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