/// <reference types="react" />
/**
 * The properties of the GridToolbarProps component.
 */
export interface GridToolbarProps {
    /**
     * The React elements that will be rendered inside the toolbar of the Grid.
     */
    children?: React.ReactNode;
}
