import React from 'react';
import { DragHandleProps } from '../../internal/components/drag-handle';
import { OptionWithVisibility } from './utils';
export declare const getClassName: (suffix?: string) => string;
interface ContentDisplayOptionProps {
    dragHandleProps: DragHandleProps;
    onToggle?: (option: OptionWithVisibility) => void;
    option: OptionWithVisibility;
}
declare const ContentDisplayOption: React.ForwardRefExoticComponent<ContentDisplayOptionProps & React.RefAttributes<HTMLDivElement>>;
export default ContentDisplayOption;
//# sourceMappingURL=content-display-option.d.ts.map