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