import React from 'react'; import { RootProps } from '../../engines'; import { ToolbarProps } from './Toolbar.types'; export declare const toolbarRoot: (Root: RootProps) => React.ForwardRefExoticComponent & { children: React.ReactNode; orientation?: "vertical" | "horizontal"; hasShadow?: boolean; size?: string; view?: string; } & React.RefAttributes>; export declare const toolbarConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent & { children: React.ReactNode; orientation?: "vertical" | "horizontal"; hasShadow?: boolean; size?: string; view?: string; } & React.RefAttributes>; base: import("styled-components").FlattenSimpleInterpolation; variations: { size: { css: import("styled-components").FlattenSimpleInterpolation; }; view: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; }; }; //# sourceMappingURL=Toolbar.d.ts.map