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