export declare const StyleGuide: () => JSX.Element; declare const _default: { title: string; component: { info: (options: { message: string; duration?: import("./Toast").DurationTypes | undefined; position?: import("./Toast").PositionTypes | undefined; animationIn?: import("react-native-animatable").Animation | undefined; }) => void; success: (options: { message: string; duration?: import("./Toast").DurationTypes | undefined; position?: import("./Toast").PositionTypes | undefined; animationIn?: import("react-native-animatable").Animation | undefined; }) => void; danger: (options: { message: string; duration?: import("./Toast").DurationTypes | undefined; position?: import("./Toast").PositionTypes | undefined; animationIn?: import("react-native-animatable").Animation | undefined; }) => void; warning: (options: { message: string; duration?: import("./Toast").DurationTypes | undefined; position?: import("./Toast").PositionTypes | undefined; animationIn?: import("react-native-animatable").Animation | undefined; }) => void; }; }; export default _default;