import type { Dict } from './../tools'; declare const _default: { baseStyle: (props: Dict) => { maxWidth: string; alignItems: string; _text: { textAlign: string; }; }; }; export default _default;