type OmitKeyof) | (number & Record) | (symbol & Record) : keyof TObject, TStrictly extends 'strictly' | 'safely' = 'strictly'> = Omit; type PropsWithoutChildren = OmitKeyof; export type { OmitKeyof as O, PropsWithoutChildren as P };