import * as classModule from './class';
import * as props from './props';
import * as attributes from './attributes';
import * as style from './style';
declare const _default: {
    class: typeof classModule;
    props: typeof props;
    attributes: typeof attributes;
    style: typeof style;
};
export default _default;
