declare const _default: <T extends {}>(props?: T | undefined) => {
    [key: string]: T[keyof T];
};
export default _default;
