declare const _default: { baseStyle: (props: Record) => { opacity: number; backgroundColor: any; }; defaultProps: { p: number; borderRadius: string; _title: { fontSize: string; color: string; }; }; }; export default _default;