import * as React from 'react'; import { FlexProps } from '@radix-ui/themes'; declare const IconPanel: React.ForwardRefExoticComponent<(FlexProps & { color?: "gray" | "panel"; }) & React.RefAttributes>; export { IconPanel };