import { type PolymorphicFactory, type TextProps } from '@mantine/core';
export type HeaderBreadcrumbTextStyleNames = 'breadcrumbText';
export type HeaderBreadcrumbTextFactory = PolymorphicFactory<{
    props: TextProps;
    ref: HTMLParagraphElement;
    stylesNames: HeaderBreadcrumbTextStyleNames;
    compound: true;
    defaultComponent: 'p';
    defaultRef: HTMLParagraphElement;
}>;
export declare const HeaderBreadcrumbText: (<C = "p">(props: import("@mantine/core").PolymorphicComponentProps<C, TextProps>) => React.ReactElement) & Omit<import("react").FunctionComponent<(TextProps & {
    component?: any;
} & Omit<Omit<any, "ref">, "component" | keyof TextProps> & {
    ref?: any;
    renderRoot?: (props: any) => any;
}) | (TextProps & {
    component: React.ElementType;
    renderRoot?: (props: Record<string, any>) => any;
})>, never> & import("@mantine/core").ThemeExtend<{
    props: TextProps;
    ref: HTMLParagraphElement;
    stylesNames: HeaderBreadcrumbTextStyleNames;
    compound: true;
    defaultComponent: "p";
    defaultRef: HTMLParagraphElement;
}> & import("@mantine/core").ComponentClasses<{
    props: TextProps;
    ref: HTMLParagraphElement;
    stylesNames: HeaderBreadcrumbTextStyleNames;
    compound: true;
    defaultComponent: "p";
    defaultRef: HTMLParagraphElement;
}> & import("@mantine/core").PolymorphicComponentWithProps<{
    props: TextProps;
    ref: HTMLParagraphElement;
    stylesNames: HeaderBreadcrumbTextStyleNames;
    compound: true;
    defaultComponent: "p";
    defaultRef: HTMLParagraphElement;
}>;
//# sourceMappingURL=HeaderBreadcrumbText.d.ts.map