import type * as React from "react"; export type BitbucketMarkDefaultProps = React.SVGProps & { size?: number | string; decorative?: boolean; }; export default function BitbucketMarkDefault(props: BitbucketMarkDefaultProps): React.ReactElement;