import { ComponentProps, ElementType } from "react"; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML address element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-address--example) */ export declare const Address: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML article element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-article--page) */ export declare const Article: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML aside element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-aside--page) */ export declare const Aside: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML footer element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-footer--page) */ export declare const HtmlFooter: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML h1 element. */ export declare const HtmlH1: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML h2 element. */ export declare const HtmlH2: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML h3 element. */ export declare const HtmlH3: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML h4 element. */ export declare const HtmlH4: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML h5 element. */ export declare const HtmlH5: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML h6 element. */ export declare const HtmlH6: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML header element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-header--page) */ export declare const HtmlHeader: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML main element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-main--page) */ export declare const Main: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML nav element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-nav--page) */ export declare const Nav: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML section element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-section--page) */ export declare const HtmlSection: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export declare type AddressProps = ComponentProps; export declare type ArticleProps = ComponentProps; export declare type AsideProps = ComponentProps; export declare type HtmlFooterProps = ComponentProps; export declare type HtmlH1Props = ComponentProps; export declare type HtmlH2Props = ComponentProps; export declare type HtmlH3Props = ComponentProps; export declare type HtmlH4Props = ComponentProps; export declare type HtmlH5Props = ComponentProps; export declare type HtmlH6Props = ComponentProps; export declare type HtmlHeaderProps = ComponentProps; export declare type MainProps = ComponentProps; export declare type NavProps = ComponentProps; export declare type HtmlSectionProps = ComponentProps; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML div element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-div--example) */ export declare const Div: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML p element. */ export declare const HtmlParagraph: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML ol element. */ export declare const OL: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML ul element. */ export declare const UL: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML li element. */ export declare const LI: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export declare type DivProps = ComponentProps; export declare type HtmlParagraphProps = ComponentProps; export declare type OLProps = ComponentProps; export declare type ULProps = ComponentProps; export declare type LIProps = ComponentProps; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML anchor element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-anchor--example) */ export declare const A: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML span element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-span--example) */ export declare const Span: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export declare type AProps = ComponentProps; export declare type SpanProps = ComponentProps; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML img element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-img--example) */ export declare const Img: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export declare type ImgProps = ComponentProps; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML table element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-span--example) */ export declare const Table: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML thead element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-table--example) */ export declare const THead: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML tbody element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-table--example) */ export declare const TBody: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML tfoot element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-table--example) */ export declare const TFoot: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML th element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-table--example) */ export declare const TH: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML tr element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-table--example) */ export declare const TR: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML td element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-table--example) */ export declare const TD: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export declare type TableProps = ComponentProps; export declare type THeadProps = ComponentProps; export declare type TBodyProps = ComponentProps; export declare type TFootProps = ComponentProps; export declare type THProps = ComponentProps; export declare type TRProps = ComponentProps; export declare type TDProps = ComponentProps; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML button element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-button--example) */ export declare const HtmlButton: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML form element. */ export declare const HtmlForm: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML input element. * * [Documentation](https://orbit.sharegate.design/?path=/docs/html-input--example) */ export declare const HtmlInput: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML label element. */ export declare const HtmlLabel: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; /** * A specialized [box](https://orbit.sharegate.design/?path=/docs/box--page) component for HTML textarea element. */ export declare const HtmlTextArea: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export declare type HtmlButtonProps = ComponentProps; export declare type HtmlFormProps = ComponentProps; export declare type HtmlInputProps = ComponentProps; export declare type HtmlLabelProps = ComponentProps; export declare type HtmlTextAreaProps = ComponentProps; export declare const HtmlElementType: Record; export declare function getHtmlElementType(as: ElementType): ElementType;