import type { ImageRequireSource } from 'react-native';
import type { IConfigDialog } from '../containers/Dialog';
export declare const getImage: (type: IConfigDialog['type']) => ImageRequireSource;
