declare const stringProps: (props: { [x: string]: any; }) => { [x: string]: string; }; export default stringProps;