import { GetThemeOptions } from '../../index'; declare const _default: (options: GetThemeOptions) => { baseStyle: { requiredIndicator: { color: string; }; helperText: { color: string; fontSize: string; lineHeight: string; }; }; }; export default _default;