export default interface HIDComponentProps { /** CSS ClassName for component */ className?: string; /** style for component */ style?: object; /** data-testid for component */ dataTestId?: string; /**id for component */ id?: string; /**key for component */ key?: string; }