export declare function leftPad(str: string | number, length: number, fill?: string): string; export declare const tuple: (...args: T) => T; export declare function toArray(val: T | T[]): T[]; export default function getDataOrAriaProps(props: any): any; export declare function getValue(values: null | undefined | (T | null)[], index: number): T | null; declare type UpdateValue = (prev: T) => T; export declare function updateValues(values: [T | null, T | null] | null, value: T | UpdateValue, index: number): R; export {};