export interface IButtonWithTypeIcon { icon?: string; value: string; className?: string; isOpen: boolean; disabled: boolean; onClick: () => void; } export declare function ButtonWithIcon(props: IButtonWithTypeIcon): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ButtonWithIcon.d.ts.map