declare namespace _default { export { baseStyle }; export { appearances }; export { sizes }; } export default _default; declare namespace baseStyle { const borderBottom: string; const background: string; const height: string; const fontSize: string; const fontWeight: string; const lineHeight: string; const letterSpacing: string; const fontFamily: string; const color: string; const textTransform: string; namespace selectors { namespace _firstOfType { const borderTopLeftRadius: string; const borderTopRightRadius: string; } } } declare const appearances: {}; declare const sizes: {};