import * as React from 'react';
import { LuiOutlinedButton as Component } from '../components/button/lui-outlined-button.js';
export { LuiOutlinedButton as LuiOutlinedButtonElement } from '../components/button/lui-outlined-button.js';
export declare const LuiOutlinedButton: import("@lit/react").ReactWebComponent<Component, {}>;
export type LuiOutlinedButtonProps = React.ComponentProps<typeof LuiOutlinedButton>;
