export interface BaseSdkProps { /** Optional css */ css?: string; /** Optional class names to apply to the element */ className?: string; }