import React from "react"; import "./style.scss"; 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; //# sourceMappingURL=index.d.ts.map