` element, as well
* as any additional props supported by the underlying React Native component.
*
* @example
*
Hello, world!
*
* @see {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div}
* @see {@link https://reactnative.dev/docs/view#props}
*/
export declare const Div: (props: IHtmlDivProps & import("../../components/Slot").AsChildProps) => import("react").ReactElement;