/**
 * Represents an option of a woltlab-component.
 */
export declare enum WoltLabComponentSettingKey {
    /**
     * Indicates the path of the component.
     */
    Path = "path"
}
