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