import { LinePlotProps } from '../LinePlot'; import { FacetedPlotPropsWithRef } from '../FacetedPlot'; import { LinePlotData } from '../../types/plots'; export declare const defaultContainerStyles: LinePlotProps['containerStyles']; export declare const defaultSpacingOptions: LinePlotProps['spacingOptions']; declare type FacetedLinePlotProps = Omit, 'component'>; declare const FacetedLinePlot: (facetedLinePlotProps: FacetedLinePlotProps) => JSX.Element; export default FacetedLinePlot; //# sourceMappingURL=FacetedLinePlot.d.ts.map