import * as React from 'react';

declare interface GridColumnsProps {
    widthConfig?: string
}

export default class GridColumns extends React.Component<GridColumnsProps> {}
