import { Theme } from '@plurid/plurid-themes'; declare const renderActiveShape: (properties: any, theme: Theme) => JSX.Element; export { renderActiveShape, };