import { View } from 'react-native'; import { ToastProps } from './types'; interface ToastFactoryPayload { props: ToastProps; ref: View; } export declare const Toast: import("../../core/factory").PlatformBlocksComponent; export {};