import type { JSX } from 'react'; /** * Chevron used by `ExpansionPanelToggle`. Kept local to the component for now, * pending shared icon syncing (https://github.com/doist/icons). */ declare function ChevronDownIcon(props: JSX.IntrinsicElements['svg']): JSX.Element; /** Smaller-weight variant of {@link ChevronDownIcon}. */ declare function ChevronDownSmallIcon(props: JSX.IntrinsicElements['svg']): JSX.Element; export { ChevronDownIcon, ChevronDownSmallIcon };