import { default as TTheme } from './TTheme';
interface IBaseComponentProps {
    theme?: TTheme;
}
export default IBaseComponentProps;
//# sourceMappingURL=IBaseComponentProps.d.ts.map