import React from 'react'; import { IconProps } from '../lib'; declare function TidalLogo({ weight, color, size, style, mirrored }: IconProps): React.JSX.Element; export default TidalLogo; //# sourceMappingURL=TidalLogo.d.ts.map