import type { SvgProps } from 'react-native-svg'; import type { VisualType } from '../../utils/TypesUtil'; export interface VisualProps { name: VisualType; style?: SvgProps['style']; } export declare function Visual({ name, style }: VisualProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map