///
declare const ColumnExpander: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit, HTMLDivElement>, "$headCell" | "$noPadding"> & {
$headCell?: boolean | undefined;
$noPadding?: boolean | undefined;
}, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, never>> & Omit, HTMLDivElement>, {
$headCell?: boolean | undefined;
$noPadding?: boolean | undefined;
}>>, keyof import("react").Component>;
export default ColumnExpander;