import React from 'react'; declare const OutlineButton: React.ForwardRefExoticComponent & { icon?: JSX.Element | undefined; text?: string | undefined; style?: any; } & React.RefAttributes>; export default OutlineButton;