import { FunctionComponent } from 'react'; interface IUrlButtonProps { to?: string; target?: string; icon?: string; className?: string; } export declare type IUrlButton = FunctionComponent; export {};