declare function SelectionModalColumn({ children, className, isHighlight, ...rest }: any): import("react/jsx-runtime").JSX.Element;
declare namespace SelectionModalColumn {
    var defaultProps: {
        isHighlight: boolean;
        className: string;
    };
}
export default SelectionModalColumn;
//# sourceMappingURL=SelectionModalColumn.d.ts.map