/// import type { Size } from '../../types'; declare const looking: (width?: Size, height?: Size) => JSX.Element; export default looking; //# sourceMappingURL=looking.d.ts.map