/// export declare type EventHandlers = Record>; export declare type WithOptionalOwnerState = Omit & Partial>; export declare type SlotComponentProps = (Partial> & TOverrides) | ((ownerState: TOwnerState) => Partial> & TOverrides);