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