/** * Inherited properties from FlowBoardColumn to child items. * * @public */ export interface IFlowBoardColumnInherited { /** * The key of the parent column. */ columnKey?: string; } /** * Context for FlowBoardColumn inheritance. * * @public */ export declare const FLOW_BOARD_COLUMN_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=FlowBoardColumnInheritanceContext.d.ts.map