export declare const shortenAddress: (address?: string, maxLength?: number, leftSlice?: number, rightSlice?: number) => string; export declare const getTestId: (props: any, fallback: string) => string;