export declare const Button: (props: { text: string; size?: "small" | "medium" | "large"; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=button.d.ts.map