import { default as React } from 'react'; export declare const Container: ({ children, type, ...attributes }: { [x: string]: any; children: any; type: any; }) => React.JSX.Element; export declare const textDirective: ({ children }: { children: any; }) => any; export declare const leftDirective: ({ children }: { children: any; }) => any;