export interface SymbolProps { depth?: boolean[]; first: boolean; last: boolean; } export declare function Symbol({ depth, first, last }: SymbolProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Symbol.d.ts.map