/** * Returns a unique ID for use by layout elements and skip links. * You can use this for custom skip links. */ export declare function useSkipLinkId(): string;