import type { WordPressComponentProps } from '@wordpress/components/build-types/context'; /** * Internal dependencies */ import type { InputVisibleButtonProps } from './types'; /** * Renders a wrapper for the actions within the header of the application. * * Any children passed to this component will be rendered inside the header actions area. * * @since 0.1.0 * * @param props - Component props. * @returns The component to be rendered. */ export default function InputVisibleButton(props: WordPressComponentProps): import("react").JSX.Element; //# sourceMappingURL=input-visible-button.d.ts.map