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