import './index.less'; import '@bedrock/components/reset.css'; import '@bedrock/components/base.css'; export type { ButtonProps } from './components/Button'; export { default as BedrockButton } from './components/Button'; export type { InputProps } from './components/Input'; export { default as BedrockInput } from './components/Input'; export type { TabsProps } from './components/Tabs'; export { default as BedrockTabs } from './components/Tabs'; declare const bizCssPrefix = "rock"; export { bizCssPrefix };