import { TextProps } from './interface'; declare const api: (props: TextProps) => void; export default api;