import { ThemedStyledProps } from 'styled-components'; import { Theme } from '../../themes/default'; declare const _default: ({ theme }: ThemedStyledProps<{}, Theme>) => import("styled-components").FlattenSimpleInterpolation; export default _default;