import * as React from 'react'; export interface RawTheadProps extends React.TableHTMLAttributes { children: React.ReactNode; } export declare const RawThead: ({ children, ...props }: RawTheadProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RawThead.d.ts.map