import { type Ref } from 'vue'; /** * Set the region heading id for a ScalarCardHeader component. * * This should be called from ScalarCardHeader components. */ export declare const useCardHeading: (id: string) => void; /** * Get the region heading id if set. * * This should be called from ScalarCard components. */ export declare const useCardRegion: () => { /** The region heading id ref */ id: Ref; }; //# sourceMappingURL=useCardHeading.d.ts.map