import { FlowrPackageable } from './FlowrPackageable'; import { RestrictedContent } from './RestrictedContent'; import { Item, UUID } from './Item'; export declare class Gui extends Item implements RestrictedContent, FlowrPackageable { guiUuid?: UUID; i18n?: string; indexHi?: number; indexLow?: number; inheritedFrom?: UUID; onlyShowIfAssetsAvailable?: boolean; packages?: UUID[]; parent?: UUID; restricted?: boolean; tags?: string[]; cannotBreakInheritance?: boolean; constructor(src: Gui); }