import { DefaultTheme } from "../../utils/styled"; export type Props = { width?: number; height?: number; theme?: DefaultTheme; };