/**
 * Access scope ID for scoped styles from parent component.
 * We need to traverse up the component tree to find a parent with scoped styles.
 */
export declare function useScopeId(): string | undefined;
