import { IconProps } from '../lib';
declare function Headphones(props: IconProps): JSX.Element;
export default Headphones;
