/// <reference types="react" />
import './Child.less';
import { IToolbarProps } from './';
export declare type ChildProps = IToolbarProps & {
    children?: any;
};
export default function Child(props: ChildProps): JSX.Element;
