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