declare namespace _default { export { baseStyle }; export { appearances }; export { sizes }; } export default _default; declare function baseStyle(theme: any, { intent }: { intent?: string | undefined; }): { backgroundColor: string; border: string; borderRadius: string; color: any; }; declare const appearances: {}; declare const sizes: {};