/// /** * A base interface for all components in the design system package to inherit from */ export interface IProps { className?: string; style?: React.CSSProperties; } //# sourceMappingURL=props.d.ts.map