import { AnyStyledComponent, FlattenInterpolation, ThemedStyledProps } from 'styled-components'; declare type AnnotationFunction = (baseComponent: AnyStyledComponent, annotationComponents: FlattenInterpolation>) => string; declare const themeAnnotation: AnnotationFunction; export { themeAnnotation, }; export { Input } from './components/Input';