declare function RadialSeparators(props: {
    count: number;
}): import("react/jsx-runtime").JSX.Element[];
export default RadialSeparators;
