/// /** * A `Text` wrapped in a `MediaQuery` so that breakpoints * can be applied to it. * * @example * ```tsx * * ``` */ export declare const ResponsiveText: import("react").FC>; /** * A `View` wrapped in a `MediaQuery` so that breakpoints * can be applied to it. * * @example * ```tsx * * ``` */ export declare const ResponsiveView: import("react").FC>; /** * A `Image` wrapped in a `MediaQuery` so that breakpoints * can be applied to it. * * @example * ```tsx * * ``` */ export declare const ResponsiveImage: import("react").FC>; /** * A `TextInput` wrapped in a `MediaQuery` so that breakpoints * can be applied to it. * * @example * ```tsx * * ``` */ export declare const ResponsiveTextInput: import("react").FC>;