import { h } from "preact"; export declare function RenderCustomTabHeaderLeftSections(props: any): h.JSX.Element; export declare function RenderCustomTabHeaderRightSection(props: any): h.JSX.Element; export declare function CustomTab({ hostInstance }: any): h.JSX.Element; export default CustomTab;