/// import './index.less'; declare const Action: ({ toggle, visible, text, positon }: { toggle: any; visible: any; text: any; positon: any; }) => JSX.Element; export default Action;