/// import type { SvgProps } from 'react-native-svg'; interface CircularrCloseProps extends SvgProps { innerFill?: string; } declare const CircularrClose: ({ fill, innerFill, ...rest }: CircularrCloseProps) => JSX.Element; export default CircularrClose;