export interface IShape { borderRadius: number | string; padding: { small: string; }; } //# sourceMappingURL=Shape.d.ts.map