export interface Shape { borderRadius: number | string; } export type ShapeOptions = Partial; declare const _default: Shape; export default _default;