import * as React from 'react'; export interface PauseLightIconProps extends React.SVGProps { size?: number | string; } export declare const PauseLightIcon: React.ForwardRefExoticComponent & React.RefAttributes>;