import GridButtons from './GridButtons';

export default function (
    config?: GridButtons.IConfig
): GridButtons;