import { type BezierComponentProps, type ChildrenProps } from "../../types/props"; export interface BaseButtonProps extends BezierComponentProps<'button'>, ChildrenProps { } //# sourceMappingURL=BaseButton.types.d.ts.map