/// type Props = { icon: (props: { className: string; }) => JSX.Element; children: string; onClick?: () => void; }; export declare function LabelButton({ icon, onClick, children }: Props): import("react/jsx-runtime").JSX.Element; export {};