import { type SeparatorProps } from '../../Separator/Separator';
type CellButtonGroupSeparatorProps = Omit<SeparatorProps, 'direction' | 'padding'>;
export declare const CellButtonGroupSeparator: ({ className, ...restProps }: CellButtonGroupSeparatorProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=CellButtonGroupSeparator.d.ts.map