import { IWoltLabComponentOptions } from"./IWoltLabComponentOptions.js";
/**
* Represents options for a component which is stored locally.
*/
export interfaceILocalComponentOptionsextendsIWoltLabComponentOptions{
/**
* The path to load the component from.
*/
Source: string;
}