/// import { IconProps } from '../../types'; declare const FloorLamp: (allProps: IconProps) => JSX.Element; export default FloorLamp;