import { BoxProps, ChakraComponent } from '@chakra-ui/react'; export declare const templateVariantArray: readonly ["full", "narrow", "sidebarLeft", "sidebarRight"]; export type TemplateVariant = typeof templateVariantArray[number]; export interface TemplateProps { /** Specifies the layout and DOM structure related to the content region. */ variant?: TemplateVariant; } export interface TemplateChildProps extends BoxProps { } export interface TemplateMainProps extends TemplateChildProps { } /** * The main top-level parent component that wraps all template-related * components. */ declare const Template: ChakraComponent & React.RefAttributes>, React.PropsWithChildren>; /** * This component renders an HTML `
` element. */ declare const TemplateHeader: React.FC>; /** * This component renders an HTML `