import { SVGProps } from 'react'; export declare const DaVinciLogo: (props: SVGProps) => JSX.Element; export declare const SvgClear: (props: SVGProps) => JSX.Element; export declare const SvgEyeOff: (props: SVGProps) => JSX.Element; export declare const SvgEyeOn: (props: SVGProps) => JSX.Element; export declare function SvgX(props: SVGProps): JSX.Element; export declare function SvgLeftArrow(props: SVGProps): JSX.Element; export declare function SvgRightArrow(props: SVGProps): JSX.Element; export declare function SvgBottomArrow(props: SVGProps): JSX.Element; export declare function SvgTick(props: SVGProps): JSX.Element;