import { SBUFoundationProps } from '../types'; type Params = Pick; export declare function useLocalProps(props: T): { 'data-testid': string | undefined; }; export {};