import React from 'react'; import { LinearProps } from './type'; export type { LinearProps }; declare const Linear: React.ForwardRefExoticComponent & React.RefAttributes>; export default Linear;