import { SxProp } from './sx';
import { ComponentProps } from './utils/types';
declare const BranchName: import("styled-components").StyledComponent<"a", any, SxProp, never>;
export declare type BranchNameProps = ComponentProps<typeof BranchName>;
export default BranchName;