/** * Interface for properties inherited by child ListItemElements. * * @public */ export interface IListInherited { /** * Inherited disabled state. */ disabled?: boolean; } /** * Context for List → ListItem inheritance. * * @public */ export declare const LIST_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=ListInheritanceContext.d.ts.map