/// import type { AlignVariant } from '../types'; type HeadCellProps = { $align?: AlignVariant; $isDisabled?: boolean; $hasStartAdornment?: boolean; }; export declare const Wrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & HeadCellProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};