export interface GlobalProps { /** * A unique identifier for the element. */ id?: string; }