/** * useUrlProps is a hook that reads URL search parameters and returns them as an object. * It is meant to be used in Storybook stories to allow for easy URL-based configuration from Cypress specs. * */ export declare function useUrlProps>(defaultProps?: T): T;