import { PolymorphicComponent } from "../../polymorphic"; export type AppButtonProps = Readonly<{ label: string; icon: React.ComponentType>; }>; export declare const AppButton: PolymorphicComponent<"button", AppButtonProps>; //# sourceMappingURL=AppButton.d.ts.map