export declare function useIds(base: string, args: string[], deps?: any[]): string[]; /** Tracks whether or not a state change has * occured since the component mounted. The intial time * this hook will return false, afterwards it will return * true. */ export declare function useFirstStateChange(current: T): boolean;