1 | import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
|
2 | import { UsePlaceholderProps } from './usePlaceholder';
|
3 | export interface PlaceholderProps extends UsePlaceholderProps, BsPrefixProps {
|
4 | }
|
5 | declare const _default: BsPrefixRefForwardingComponent<"span", PlaceholderProps> & {
|
6 | Button: BsPrefixRefForwardingComponent<"button", import("./PlaceholderButton").PlaceholderButtonProps>;
|
7 | };
|
8 | export default _default;
|