import { DefaultTheme } from '@styled-components' export type Props = { width?: number; height?: number; theme?: DefaultTheme; }