///
import { StyledButton } from "./button.styled";
import type { WithTestId } from "../../types";
interface ButtonProps extends WithTestId> {
text?: string | null | undefined;
children?: React.ReactNode;
extra?: React.ReactNode;
extraPosition?: "left" | "right";
}
export declare const Button: import("react").MemoExoticComponent & import("react").RefAttributes>>;
export {};
//# sourceMappingURL=index.d.ts.map