/// import { IconProps } from './types'; export declare const CornerBottomRightIcon: ({ color, ...props }: IconProps) => JSX.Element; export default CornerBottomRightIcon;