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