import { ThemeInstruction } from "../../../PackageSystem/Instructions/Customization/Presentation/ThemeInstruction";
/**
 * Represents a set of theme-instructions.
 */
export declare class ThemeInstructionCollection extends Array<ThemeInstruction> {
    /**
     * Initializes a new instance of the `ThemeInstructionCollection` class.
     *
     * @param path
     * The path to look for themes.
     */
    constructor(path: string);
}
