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