import React from 'react'; import { RootProps } from '../../engines'; import { NavigationDrawerProps } from './NavigationDrawer.types'; export declare const navigationDrawerRoot: (Root: RootProps>) => React.ForwardRefExoticComponent>; export declare const navigationDrawerConfig: { name: string; tag: string; layout: (Root: RootProps>) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { size: { css: import("styled-components").FlattenSimpleInterpolation; }; view: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; }; }; //# sourceMappingURL=NavigationDrawer.d.ts.map