import type { UnstyledButtonFactory, UnstyledButtonProps, UnstyledButtonStylesNames } from './UnstyledButton';
export { UnstyledButton } from './UnstyledButton';
export type { UnstyledButtonProps, UnstyledButtonStylesNames, UnstyledButtonFactory };
export declare namespace UnstyledButton {
    type Props = UnstyledButtonProps;
    type StylesNames = UnstyledButtonStylesNames;
    type Factory = UnstyledButtonFactory;
}
