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