import * as React from 'react'; export interface ToolbarExpandIconWrapperProps extends React.HTMLProps { /** Icon content used for the expand all or collapse all indication. */ children?: React.ReactNode; /** Additional classes added to the span */ className?: string; } export declare const ToolbarExpandIconWrapper: React.FunctionComponent; //# sourceMappingURL=ToolbarExpandIconWrapper.d.ts.map