import { HTMLChakraProps } from "../system"; export interface TableHeadProps extends HTMLChakraProps<"thead"> { } export declare const Thead: import("../system").ComponentWithAs<"thead", TableHeadProps>;