import type { UserDefinedOptionsGeneralPart } from './general.js';
import type { UserDefinedOptionsImportantPart } from './important.js';
import type { UserDefinedOptionsLifecyclePart } from './lifecycle.js';
import type { UserDefinedOptionsMatcherPart } from './matcher.js';
export type { UserDefinedOptionsGeneralPart, } from './general.js';
export type { UniAppXComponentLocalStylesOptions, UniAppXOptions, } from './important.js';
export type { UserDefinedOptionsImportantPart, } from './important.js';
export type { UserDefinedOptionsLifecyclePart, } from './lifecycle.js';
export type { UserDefinedOptionsMatcherPart, } from './matcher.js';
export interface UserDefinedOptions extends UserDefinedOptionsGeneralPart, UserDefinedOptionsImportantPart, UserDefinedOptionsLifecyclePart, UserDefinedOptionsMatcherPart {
}
