import { WoltLabComponentSettingKey } from"./WoltLabComponentSettingKey.js";
/**
* Represents options of a component.
*/
export interfaceIWoltLabComponentOptions {
/**
* The path to save the component to.
*/
[WoltLabComponentSettingKey.Path]: string;
}