/// import { IconProps } from '.'; declare const SvgScreenNormal: ({ size, color, secondaryColor, className, ...props }: IconProps) => JSX.Element; export default SvgScreenNormal;