import { StyledProps } from 'styled-components'; import { StatusProps } from '../types'; declare const _default: (props: StyledProps) => (...args: any[]) => any; export default _default;