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